-
Couldn't load subscription status.
- Fork 10
Stephan/refactor/alembic init #602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
11e8884 to
cf2f003
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This means that we want to use the tdp init command for both initialization AND migration?
61b0c99 to
9abc0dd
Compare
63e8d5c to
500e9cc
Compare
500e9cc to
aa21716
Compare
aa21716 to
d4a6e2f
Compare
|
|
d4a6e2f to
42aa712
Compare
Which issue(s) this PR fixes
Fixes None
Additional comments
Integrates
Alembicin thetdp initcommand. If the database has already got analembic_versiontable with a revision id it upgrades the tables, otherwise it creates them and puts the stamp of the current revision.This PR includes all initial revision scripts.
Log level has been set to
ERRORfor the alembic logger so that the user normally does not see them.Agreements